Click or drag to resize

AggregateOn Class

Represents the property that is used to determine the order of grouped items for a grouped FindItem result set.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeAggregateOn

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AggregateOn

The AggregateOn type exposes the following members.

Constructors
  NameDescription
Public methodAggregateOn
Initializes a new instance of the AggregateOn class.
Public methodAggregateOn(PropertyPath)
Initializes a new instance of the AggregateOn class with the specified propertyPath.
Public methodAggregateOn(PropertyPath, Aggregate)
Initializes a new instance of the AggregateOn class.
Top
Properties
  NameDescription
Public propertyAggregate
Gets or sets the aggregate.
Public propertyPropertyPath
Gets or sets the property path.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also